home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Add-Ons
/
4D
/
ComboBox 1.1.1
/
src
/
ComboBoxListMouseDown.h
< prev
next >
Wrap
Text File
|
1996-02-23
|
699b
|
21 lines
//---------------------------------------------------------------------------------------
//
// ComboBoxListMouseDown.h -- Header for ComboBox external area list process procedures
//
// Copyright ©1995-1996, Pensacola Christian College
//
// ======================================================================
// Change History
// ======================================================================
//
// 1.0 08/ /95 Steve Dwire
// Initial release
//
//---------------------------------------------------------------------------------------
#ifndef __COMBOBOX_H__
#include "ComboBox.h"
#endif
void ListMouseDown(AreaHnd AreaDataHnd, EventRecord* event, WindowPtr ListWindow);